home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 5 / DISK2452.ZIP / MAGIC-2.EXE / pak / DOCPRINT.BAT next >
DOS Batch File  |  1990-05-14  |  2KB  |  35 lines

  1. echo off
  2. cls
  3. if exist MAGIFONT.DOC goto :message
  4. echo ERROR:  Cannot locate the order form file which is
  5. echo named MAGIFONT.DOC.  Please  change  to  the drive or 
  6. echo directory which contains your MAGIFONT files,  then
  7. echo run the PRINTDOC.BAT file again.
  8. goto :exit
  9. :message
  10. echo           ┌─────────────────────────────────────────────────────────┐
  11. echo           │   The User's Guide for MAGISHOW.EXE, MAGIFONT.EXE and   │
  12. echo           │     MAGIVUE.EXE has 6 printed pages + a 1-page chart.   │
  13. echo           ├─────────────────────────────────────────────────────────┤
  14. echo           │ If you do not want to print this now,  press Control-C  │
  15. echo           │                and then press the Y key.                │
  16. echo           │ Otherwise,  this program will print the guide for you.  │
  17. echo           ├─────────────────────────────────────────────────────────┤
  18. echo           │                                                         │
  19. echo           │                Simply do the following:                 │
  20. echo           │                                                         │
  21. echo           │            1. Turn your printer ON                      │
  22. echo           │            2. Adjust the left margin to zero or 1       │
  23. echo           │            3. Adjust the top line to the very top       │
  24. echo           │                of the page                              │
  25. echo           │            4. Press any key when ready to print,        │
  26. echo           │                or type Ctrl-C now to abort...           │
  27. echo           │                                                         │
  28. echo           └─────────────────────────────────────────────────────────┘ 
  29. pause > nul
  30. echo                       ┌─────────────────────────────────────┐
  31. echo                       │ Printing  "MAGIC FONT" USER'S GUIDE │
  32. echo                       └─────────────────────────────────────┘
  33. type MAGIFONT.DOC > prn
  34. echo                                        Done.
  35. cls